Welcome![Sign In][Sign Up]
Location:
Search - c chm

Search list

[Delphi/CppBuilder1

Description: 《C++ Builder 5.0经典入门》.chm
Platform: | Size: 1333248 | Author: zqw | Hits:

[BooksC_language_library_Quick_Fact_Manual

Description: C语言函数库速查手册,chm格式 原型:extern int isalnum(int c) 用法:#include <ctype.h> 功能:判断字符c是否为字母或数字 说明:当c为数字0-9或字母a-z及A-Z时,返回非零值,否则返回零。 举例: // isalnum.c #include <syslib.h> #include <ctype.h> main() { int c clrscr() // clear screen c= a printf(" c: s\n",c,isalnum(c)?"yes":"no") c= 7 printf(" c: s\n",c,isalnum(c)?"yes":"no") c= @ printf(" c: s\n",c,isalnum(c)?"yes":"no") getchar() return 0 } 相关函数:isalpha,isdigit,isxdigit,iscntrl,isgraph,isprint,ispunct,isspace-C language library Quick Fact Sheet, chm format, the prototype: extern int isalnum (int c) Usage:# include <ctype.h> Function: to determine whether the letter or character c figures show: When c is the number 0-9 or the letters az and AZ, the returned non-zero value, otherwise returns zero. For example:// isalnum.c# include <syslib.h># include <ctype.h> main () (int c clrscr () // clear screen c = ' a' printf ( " c: s \ n" , c, isalnum (c)? " yes" : " no" ) c = ' 7 ' printf ( " c: s \ n" , c, isalnum (c)? " yes" : " no" ) c =' @' printf ( " c: s \ n" , c, isalnum (c)? " yes" : " no" ) getchar () return 0 ) correlation functions: isalpha, isdigit, isxdigit, iscntrl, isgraph, isprint, ispunct, isspace
Platform: | Size: 82944 | Author: 成宝民 | Hits:

[OtherCpp_memory_management_algorithm_and_implementation

Description: C++ 内存管理算法和实现(英文版)。chm格式,便于阅读-Memory Management: Algorithms and Implementation in C/C++
Platform: | Size: 5730304 | Author: jan | Hits:

[VC/MFCCPlusPlusPrimerFourthEditon

Description: 国外经典教材C++Primer的chm电子版,中英互译-Foreign classic textbook C++ Primer for chm electronic version, the English translation
Platform: | Size: 1768448 | Author: Panda | Hits:

[source in ebookCPPprimer

Description: c++ primer 中英文双语版,chm版的 附源代码-c++ primer in Chinese and English bilingual edition, chm version attached source code
Platform: | Size: 2115584 | Author: sprite_bx | Hits:

[Othercproblem

Description: c语言最大难点解密.chm 一本很好的c 进阶教材哦!-c language most difficult to decrypt. chm a good c Advanced materials Oh!
Platform: | Size: 60416 | Author: seven | Hits:

[VC/MFCLearning_to_Program_in_CPP

Description: 学习c++的chm格式资料,大家感兴趣的话可以下来看看!-Learning c++ document in chm format
Platform: | Size: 11501568 | Author: 邓雄 | Hits:

[OtherTheCprogramminLanguage

Description: C 程序设计语言(中文,高清晰,非扫描,详细书签).pdf+非官方题解(所有课后习题答案).CHM 本书是由C语言的设计者Brian W. Kernighan和Dennis M. Ritchie编写的一部介绍标准C语言及其程序设计方法的权威性经典著作。全面、系统地讲述了C语言的各个特性及程序设计的基本方法,包括基本概念、类型和表达式、控制流、函数与程序结构、指针与数组、结构、输入与输出、UNIX系统接口、标准库等内容。   本书的讲述深入浅出,配合典型例证,通俗易懂,实用性强,适合作为大专院校计算机专业或非计算机专业的C语言教材,也可以作为从事计算机相关软硬件开发的技术人员的参考书。在计算机发展的历史上,没有哪一种程序设计语言像C语言这样应用如此广泛。-This book is written by C language designers Brian W. Kernighan and Dennis M. Ritchie, prepared a description standard C language and its programming method authoritative classic. A comprehensive, systematic way about the various features of the C language, the basic method and program design, including basic concepts, types and expressions, control flow, functions and program structure, pointers and arrays, structure, input and output, UNIX system interface, standard library and so on. This book tells a simple and with a typical example of user-friendly, practical, suitable as a computer professional or non-tertiary C-language computer science textbooks, but also engage in computer-related hardware and software can be used as the development of technical staff of the reference. In the history of computer development, no other kind of programming languages such as C language application so broad.
Platform: | Size: 1315840 | Author: cook | Hits:

[VC/MFCEssentialCPP

Description: 有PDF中文版,英文CHM版,两个英文PDF版(排版略有不同)。c++快速入门相当好的一本书,很薄,不会有一开始就面临大部头的感觉,但是重要的概念都涉及到了,并且是一开始就以标准c++来讲,四种泛型都讲解了。是Lippman给初涉C++的人的一个見面礼,但是如果沒有一点編程基础的人看了也是等于看天书,如果你有用C的经历,那么你可以尝试一下这本。-A PDF Chinese, English CHM version of the English PDF version (slightly different layout). c++ Quick Start very good book, very thin, will not start facing the voluminous feeling, but important concepts are related to, and is beginning to standard c++ terms, explain all the four generic the. Is a C++ Lippman to kicking the tires of a gift the person, but without a little programming is equal to the basis of people looked to see bible, if you experience useful to C, then you can try this.
Platform: | Size: 10005504 | Author: 王田 | Hits:

[Program docCFunction

Description: vc++ c函数大全.CHM 欢迎使用c语言函数大全 请直接在索引里输入函数,或进行全文搜索。 作者:ohhe 信箱:ohhhhe@gmail.com QQ:124007979 需要修改的可以进行反编译或者向我索取源文件。 本书很多内容转自王大刚wangdagang.yeah.net的《c语言编程宝典》 和编程爱好者网站pfan.com出品的c语言资料大全,在此表示谢意。 -vc++ c函数大全.CHM 欢迎使用c语言函数大全 请直接在索引里输入函数,或进行全文搜索。 作者:ohhe 信箱:ohhhhe@gmail.com QQ:124007979 需要修改的可以进行反编译或者向我索取源文件。 本书很多内容转自王大刚wangdagang.yeah.net的《c语言编程宝典》 和编程爱好者网站pfan.com出品的c语言资料大全,在此表示谢意。
Platform: | Size: 240640 | Author: 马昌健 | Hits:

[BooksCplusplusFootprintAndPerformanceOptimization

Description: 书名:C++ Footprint and Performance Optimization 语言:英语 作者:R.Alexander, G.Bensley 格式:chm 主要讲了代码优化、内存管理方面的一些知识。 这是英文原版。-Title: C++ Footprint and Performance Optimization Language: English author: R. Alexander, G. Bensley format: chm mainly talked about code optimization, memory management, some of the knowledge. This is the English original.
Platform: | Size: 784384 | Author: 周弄 | Hits:

[OtherNHibernate

Description: NHibernate.chm学习C必备NHibernate书籍
Platform: | Size: 258048 | Author: sadad | Hits:

[VC/MFCReferencetoCpp

Description: c和c++参考:c&c++常用的函数,及stl。是chm文件。-c and c++ reference: c &c++ commonly used functions, and stl. Is a chm file.
Platform: | Size: 161792 | Author: 小全 | Hits:

[File OperateVCPrjToHtml

Description: 大部分VC编程的朋友都遇到过这种情况:写过的一大堆工程代码在硬盘里放着,有时候想找某个工程的源代码查看都找不到,同时一些不舍得删又没多大用的工程放在哪儿也占地方,像我就下载了很多教程的配套源代码,大小差不多有两三个多G,放在那儿实在是占地方。而且查看时得一个文件夹一个文件夹的找,太麻烦。所以没事就借用了Mike Benzinger写的的CppToHTML转换代码,写了一个将VC工程目录下的.cpp、.c、.h文件转换成html网页文件,同时将工程所需的所有项目文件、源文件、资源文件打包成rar的小工具。通过这个工具转换之后,再用QuickCHM、EasyCHM或者琐碎打包工具等等将这些转换好的html文件或者rar文件编译成chm帮助文件,即节省了大量空间(两个多G的源代码转换打包之后只有两三百来兆,经过编译成chm之后会更小),也方便查看。 -Most VC programming friends encountered this situation: a lot of works written in the code stood in the hard disk, sometimes looking for a project s source code view can not be found, while some are not willing to delete it no good place where the works are of a place, as I downloaded a lot of tutorials on the supporting source code, the size of almost more than 23 G, on the place where it is accounted for. And the view was a folder when a folder to find, too much trouble. So, nothing to write borrowed Mike Benzinger of CppToHTML conversion code, write a will VC project directory. Cpp,. C,. H file into a html page document, while all the items required for project files, source files , the resource file packaged rar gadget. With this tool, after conversion, and then QuickCHM, EasyCHM or trivial packaging tools, etc. to these good html file or convert rar files compiled chm help file, which saves a lot of space (more than 2 G, only after the source code conversion package two or three h
Platform: | Size: 400384 | Author: 刘磊 | Hits:

[OtherCLanguageProgramExample

Description: c语言实例系列教程4.chm。该文档中包含很多实用的算法程序设计代码及分析,代码均用C语言实现。是学习参考的好资料。-c language example of series of tutorials 4.chm. The document contains many useful algorithms and analysis of programming code, the code are using C language. Is a good learning reference information.
Platform: | Size: 156672 | Author: zhangking314 | Hits:

[Otherbook

Description: 几本关于C++的英文书,是chm格式的,欢迎下载阅读-Several books on C++ books in English, is the chm format, please download the reading
Platform: | Size: 10354688 | Author: skybluey | Hits:

[VC/MFCEffective

Description: Effective C++(第二版).chm电子书,分享!-Effective C++ (Second Edition). Chm e-book to share!
Platform: | Size: 254976 | Author: rainman | Hits:

[Windows DevelopVisualCppMFC

Description: visual c++/MFC入门这本经典教材,是chm格式的-visual C++/MFC
Platform: | Size: 445440 | Author: zhao | Hits:

[VC/MFCcppfunctionlibrary

Description: c++函数库,chm电子书,非常实用。中文版,学习C++的好帮手。-c++ function library, chm ebook, very practical. Chinese, learning C++, a good helper.
Platform: | Size: 118784 | Author: 刘刚 | Hits:

[e-languagewww

Description: 6.压缩文件有密码 7.源码重复或已经存在 请不要上传有版权争议的内容和木马病毒代码和访问国外网站的代理软件 开发环境: 请选择 Visual C++ Visual Basic DOS Unix_Linux C++ Builder Java Windows_Unix Delphi C-C++ PHP-PERL PHP Perl Python HTML Asm Pascal Borland C++ Others MultiPlatform C++ VFP SQL PDF TEXT WORD VBScript JavaScript ASP CSharp CHM FlashMX matlab PowerBuilder PPT LabView Flex MathCAD VBA PalmOS IDL LISP VHDL Objective-C Fortran tcl/tk QT Video EasyLanguage易语言(重要) 功能描述: gongnengshuoi 请认真书写上传资料的详细功能、包含内容说明(至少要20个字)。尽量不要让站长把时间都花费在为您修正说明上。压缩包解压时不能有密码。 -We study the automatic classification of Web documents into pre-specified categories, with the objective of increasing the precision of Web search. We describe experiments in which we classify documents into high-level categories of the Yahoo! taxonomy, and a simple search architecture and implementation using this classification. The validation of our classification experiments offers interesting insights into the power of such automatic classification, as well as into the nature of Web content. Our research indicates that Web classification and search tools must compensate for artifices such as Web spamming that have resulted from the very existence of such tools. Keywords:
Platform: | Size: 653312 | Author: 黄国彬 | Hits:
« 1 2 ... 45 46 47 48 49 50»

CodeBus www.codebus.net